@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin,latin-ext);

@charset "utf-8";
/* CSS Document */

.clearfix::after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clear {
  clear:both;
  display:block;
  overflow:hidden;
  visibility:hidden;
  width:0;
  height:0;
}

.clear:after {
  clear:both;
  content:' ';
  display:block;
  font-size:0;
  line-height:0;
  visibility:hidden;
  width:0;
  height:0;
}
a.colorbox.init-colorbox-processed.cboxElement {
  display: block;
  height:100px;
}

* html .clear {
  height:1%;
}

*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
    position: relative;
    min-height: 100%;
    height: auto;
}
body {
  line-height: 150%;
  color: #424242;
  background-color: #fff;
  font-size: 14px;
  font-family: Arial,sans-serif, Helvetica, sans-serif;
  height: auto;
  min-height: 100%;
}

a {
  color: #f26522;
  text-decoration:none;
}

a:hover { 
  color: #0c5da4;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin-bottom:.5em;
  color: #0c5da4;
  line-height: 130%;
}
h1 {
  font-size:22px;
  color:#aba000;
  font-weight:normal;
  
}
h2 {
  font-size:18px;
}
h3 {
  font-size:16px;
  color: #ff6534;
}
h4 {
  font-size:14px;
}

p {
  margin-bottom: 1em;
}

table {
  border-collapse:collapse;
  border-spacing:0;
  margin-bottom: 15px;
  width: 100%;
}
th, tr, td {
  vertical-align: middle;
}
th {
  border-right: 1px solid #c8c7c7;
  color: #fff;
  padding: 10px;
  font-weight: bold;
}

td {
  color: #747474;
  padding: 10px;
  border: 1px solid #DBDBDB;
}

.centerblock {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

#header {
  width: 100%;
}

#header .sitename {
  display: block;
  float: left;
  width: 60%;
  margin-right: 5%;
  margin: 10px 5% 10px 0;
}
#header .sitename .bloglogo {
  float: left;
  margin-right: 15px;
  overflow: hidden;
  text-align: left;
}
#header .sitename .bloglogo img {
  width: auto;
  height: auto;
  height: 100px;
  max-width: 180px;
}
#header .sitename .blogname {
  display: block;
  margin-top: 25px;
  color: #0c5da4;
  font-size: 1.8em;
  margin-bottom:.4em;
}
#header .sitename .blogslogan {
  display: block;
  font-size: 1.1em;
  color: #f4764e;
}

#header .blocktopright {
  float: right;
  width: 35%;
  text-align: right;
  margin: 10px 0;
}

#mainmenu {
  display: block;
  width: 100%;
  background-color: #0c5da4;
}
#mainmenu ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
#mainmenu ul li {
  display: inline-block;
  margin-right: 1.4em;
}
#mainmenu ul li a{
  padding: 10px 0;
  color: #fff;  
  display: block;
}
#mainmenu ul li a:hover,
#mainmenu ul li.active a{
  padding-bottom: 6px;
  border-bottom: 4px solid #fff;
  color: #fff; 
}

#content {
  width: 100%;
}
#content .block4,
#content .block1,
#content .block2,
#content .block3 {
  float: left;
  position: relative;
}
#content .block1 {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;	
  width: 47%;
  border-right: 1px solid #fcd8c8;
  padding-right: 2%;
}
#content .content-block {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;	
  width: 73%;
  margin-right: 2%;
  float: left;
  position: relative;
}
#content .content-block2 {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;	
  width: 100%;
  margin-right: 2%;
  float: left;
  position: relative;
}
#content .block4 .postblock,
#content .block1 .postblock,
#content .block2 .postblock,
#content .block3 .postblock,
#content .content-block{
  margin-top: 2em;
  border-top: 1px dotted #f36e2f;  
  padding-top: 1em;
  position: relative
}
#content .content-block2{
  margin-top: 2em;
  border-top: 1px dotted #f36e2f;  
  padding-top: 1em;
  position: relative
}
#content .block3 .postblock{
  border-top: 1px dotted #5a95b8; 
}
#content .postblock.last::after {
  text-align: left;
  clear: both;
  display: block;
  content: ".";
  text-indent: -99999em;
  visibility: hidden;
  line-height: 1em;
}
#content .block4.postblock.last,
#content .block1 .postblock.last,
#content .block2 .postblock.last{
  border-bottom: 1px dotted #f36e2f;  	
}
#content .block3 .postblock.last{
  border-bottom: 1px dotted #5a95b8; 
}
#content .block3 .postblock h3 {
  color: #004281;
}
#content .block1 h2 {
  margin-bottom: .1em;
}
#content .block1 .postdate {
  color: #959595;
  font-size: .9em;
}
#content .block1 .postblock img{
  max-width: 100%;
}
#content .block1 .postblock img.postimg{ 
  width: auto;
  height: auto;
  width: 100%;
  margin-bottom: 1em;
  margin-top: 1em;  
}
#content .block4 h2 {
  margin-bottom: .1em;
}

#content .block4  {
  width: 100%;
}
#content .block4 .postdate {
  color: #959595;
  font-size: .9em;
}
#content .block4 .postblock img{
  max-width: 100%;
}
#content .block4 .postblock img.postimg{ 
  width: auto;
  height: auto;
  width: 100%;
  margin-bottom: 1em;
  margin-top: 1em;  
}
#content .block2 {
  width: 24.5%;
  margin-left: 2%;
  margin-right: 2%;  
}
#content .block3 {
  box-sizing: border-box;	
  -webkit-box-sizing: border-box;	
  background-color: #b5e9f0;
  width: 24.5%;
  padding-left: 22px;
  padding-right: 22px;
  padding-bottom: 30px;
  overflow: hidden;
}
#content .block3 ul{
  list-style: none;
  font-size: .9em;
  line-height: 1.3em;
}
#content .block3 ul li{
  margin-bottom: 1em;
}
#content .block3 .comment-title {
  color: #666565;
  font-weight: 700;
}
#content .block3 .comment-body {
  color: #353535;
  font-weight: normal;
}
#content .block3 .comment-date {
  color: #0c5da4;
}
#content .block3 a.more {
  color: #0c5da4;
  background: url(img/arrow-more-blue.png) right center no-repeat;
}
.more {
  padding-right: 10px;
  background: url(img/arrow-more.png) right center no-repeat;
}
.blockfooter .socialblock {
  float: right; 
}
.blockfooter .socialblock .social.f {
  color: #3b5998;
  padding-left: 22px;
  background: url(img/logo-facebook.png) left center no-repeat;
}

ul.listblocks {
  list-style: none;
  width: 100%;
  margin: 20px auto 5px;
  padding: 0;
}
ul.listblocks::after {
  content: ".";
  text-align: left;
  height: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
ul.listblocks li{
  display: block;
  width: 100%;
  margin: 0;
  float: left;
  position: relative;
  /*height: 110px;*/
  padding: 5px 0 25px 90px;
  margin-bottom: 1em;
}
ul.listblocks li:nth-child(odd){
  clear: left;
}
ul.listblocks.columns2 li{
  width: 46%;
  margin-right: 4%;
}
.titlelb{ 
  display: table-cell;
  height: 70px;
  vertical-align: middle;
  text-align: left;
  color: #424242;
  font-weight: 700;
  font-style: italic;
}
.titlelb .subt {
  font-weight: normal;
  color: #999;
  display:block;
}
.tanitim{ 
  display: block;
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 26px;
  height: 26px;
  background: url(img/tanitimkonusu.png) center no-repeat;
  text-align: left;
  text-indent: -99999em;
  overflow: hidden;  
}

ul.listblocks .thumb {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;  
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  float: left;
  margin-left: -90px;
}
.rightblock {
  float: right;  
}

#footer {
  background-color: #f1f1f1;
  border-top: 1px solid #ccc;
  margin-top: 3em;
  padding-top: 2em;
  padding-bottom: 2em
}
.navigationbutton {
  color: #fff;
  background: url(img/navbg.png) left center no-repeat;
  display: none;
  padding: 10px 0 10px 50px;
}
.navigationbutton:hover{
  color: #b5e9f0;
}
@media (max-width: 850px) {
  	#content .block3 {
	  display: none;
	}
	#content .content-block {
	  width: 100%;	  
	}
	#content .block1 {
	  width: 65%;	  
	}
	#content .block4 {
	  width: 100%;	  
	}
	#content .block2 {
	  width: 33%;	
	  margin-right: 0;
	}
	/*menu*/
	.navigationbutton {
	  display: block;
	}
	#mainmenu ul {
	  display: none;
	}
	#mainmenu ul li {
	  display: block;
	  width: 100%; 
	}
	#mainmenu ul li.active {
	  border-bottom: none;
	  background-color: #fff;
      margin-left: -5%;
      padding-left: 5%;	
	  width: 110%;
	}
	#mainmenu ul li.active a{
	    color: #0c5da4;	
	}
}
@media (max-width: 650px) {
	#content .block2 .thumb{
	  display: none;
	}
	ul.listblocks li,
	ul.listblocks li a.titlelb {
	  height: auto;
	}
}
@media (max-width: 500px) {
   	#content .block2 {
	  display: none;
	}
   	#content .block1 {	
	  width: 100%;
	  padding-right: 0;
	  border-right: none;
	}
	#content .block4 {
	  width: 100%;	  
	}
	
	ul.listblocks.columns2 li{
	  width: 100%;
	  margin-right: 4%;
	}
	#header .sitename .bloglogo img {
	  width: 50px;
	  height:auto;
	}
	#header .sitename .blogname {
	  margin-top: 5px;
	  font-size: 1.5em;
	}
	#header .blocktopright {
	  display: none;
	}
	#header .sitename {
		width: 100%;
	}
}


#social {
  font-size: 1em;
  overflow: hidden;
  text-align:center;
  padding-top: 26px;
}
#social .sbutton {
  text-align: left;	
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  text-indent: -99999em;
  background-image: url(http://www.akvaryum.com/img/social.png);
  background-repeat: no-repeat;
  display: inline-block;
  overflow: visible;
  height: 25px;
  margin: 0 8px;
  position: relative;
}
#social .sbutton:hover .exp {
  display: block;
}
#social .sbutton .exp{
  display: none;
  position: absolute;
  top:-26px;  
  text-align: center;
  text-indent: 0;
  left: -75px;
  margin-left: 50%;
  width: 150px;
}

#social .sbutton:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#social .v {
  width: 45px;
  background-position: 0 0;
}
#social .s {
  width: 43px;
  background-position: -54px 0;
}
#social .t {
  width: 30px;
  background-position: -109px 0;
}
#social .f {
  width: 16px;
  background-position: -149px 0;
}
#social .tan {
  width: 26px;
  background-position: -63px 0;
}

.tanitim{ 
  display: block;
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 26px;
  height: 26px;
  background: url(http://www.akvaryum.com/img/tanitimkonusu.png) center no-repeat;
  text-align: left;
  text-indent: -99999em;
  overflow: hidden;  
}


.commentblock {
  width: 100%;
  position: relative;
  background-color: #f9f7ea;
  border-top: 1px solid #ffa326;
  margin-top: 2em;
}
.addcomment {
  display:block;
  width: 100%;
  position: relative;
  padding: 15px;
  margin-bottom: 5px;
}
.addcomment .profilepic {
  display: block;	
  width: 40px;
  height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  float: left;  
  text-indent: -9999em;
  text-align: left;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.addcomment .commcontent {
  margin-left: 50px;
  color: #424242;
}
.btncomment {
  background-color: #ffa326;
  display: block;
  float: right;
  font-size: .8em;
  color:#fff;
}
.sendcomment {
  width: 100%;
}
.topinfo {
  display: block;
  position: relative;
}
.topinfo .postdate {
  font-size:.9em;
  color: #999;
}
.topinfo .posttime {
  font-size:.9em;
  color: #999;
}

.kucukyazi {
  font-size:.9em;
  color: #999;
}

.sideblockright {
  width: 25%;
  max-width: 230px;  
  float: right;
  display: block;
  position: relative;
  margin-left: 5%;
}
.sideblockright .innerblock {
  margin-bottom: 15px;
}
.sideblockright .canlilar{
  background-color: #F1F1F1;
}
.sideblockright .canlilar .title {
  width: 100%;
  margin: 0 0 1em 0;
  padding: 10px;
  color: #fff;
  background: #014389 url(http://www.akvaryum.com/img/canlilar.png) 10px center no-repeat;
  padding-left: 55px;
}

.sideblockright .likes{
  background-color: #F1F1F1;
}
.sideblockright .likes .title{
  display: block;
  color: #fff;  
  padding: 10px;
  font-weight: bold;
  background-color: #ff6840;
}
.sideblockright .likes .title:hover{
  background-color: #ff9b81;
  color: #000;
}
.sideblockright .likes .likenum {
  padding: 5px 10px 5px 30px;
  background: #ff9b81 url(http://www.akvaryum.com/img/likes.png) left center no-repeat;
  color: #fff;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
} 
.sideblockright .likes .alllikes{
  color: #ff6840;
  display: block;   
  padding: 5px 10px;
  font-size: .86em;
  text-align: center;
}
.sideblockright .likes ul {
  margin: 0;
  padding: 5px 15px;
}
.sideblockright .likes ul li{
  background: none;
  padding: 0 10px;
}
.sideblockright .likes ul li a{
  color: #424242;
}
.sideblockright .likes ul li a:hover{
  color: #a8a30b;
}
.sideblockright .likes .title.sub:hover{
  background-color: transparent;
}


.sideblockright ul {
  padding: 0 15px 15px;
}
.sideblockright ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  padding: 3px 10px;
  background: url(http://www.akvaryum.com/img/arrow-right.png) right center no-repeat;
}
.h1block {
  font-weight: 700;
  color: #424242; 
}

.video-container {
    position: relative;
    padding-bottom: 30.00%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	max-width: 640px;
	max-height: 360px;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0px;
    -webkit-user-select: none;}